Package-level declarations

Types

Link copied to clipboard
abstract class AbstractPushHandler<T>
Link copied to clipboard
Link copied to clipboard

Status of push token registration. If connection is not made when token is requested to be registered, PENDING will be returned at callback handler. The registration is available after the connection is established by calling registerPushToken with pendingPushToken for GCM, or SendbirdChat.HMS.registerPushToken with SendbirdChat.HMS.pendingPushToken for HMS.

Link copied to clipboard

PushTokenType.

Link copied to clipboard
class SendbirdFirebaseInstanceIDService : FirebaseInstanceIdService
Link copied to clipboard
class SendbirdFirebaseMessagingService : FirebaseMessagingService
Link copied to clipboard
class SendbirdHmsMessagingService : HmsMessageService
Link copied to clipboard
abstract class SendbirdHmsPushHandler : AbstractPushHandler<RemoteMessage>

SendbirdHmsPushHandler. This handler provides callbacks for receiving notifications from HMS. All callbacks are called only when registered.

Link copied to clipboard
abstract class SendbirdPushHandler : AbstractPushHandler<RemoteMessage>

SendbirdPushHandler. This handler provides callbacks for receiving notifications from FCM. All callbacks are called only when registered.

Link copied to clipboard